﻿body {
  /* background-image: url(../images/bgReceita.png) !important; */
  width: 100%;
  text-transform: uppercase;
  background-repeat: repeat;
    background-size: auto;
    background: var(--creme);

}

#fadeBg{
    width: 100%;
    height: 20vh;
    background-image: url(../images/bannerprin.png);
    background-size: cover;
    background-position: top;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    position: relative;
}
#fadeBg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
}

#goBack{
	display:block;
	margin-top:20px;
	margin-bottom: 80px;
	cursor:pointer;
	font-family: EvelethThin;
	color: #79422E;
}

.container {
  margin: 0 auto;
}
#pol_priv {
  padding-bottom: 100px;
}
#pol_priv .title-content,
#pol_priv .text-content,
#pol_priv .title-page p,
#pol_priv .content-tabs {
  width: 75%;
  margin: 0 auto;
  border-left: 1px solid var(--chocolate);
  padding-left: 40px;
}
#pol_priv .title-page {
  padding-top: 90px;
}
#pol_priv .title-page h1 {
  font-family: DecoyBlack;
  color: var(--chocolate);
  font-size: 60px;
  margin-bottom: 30px;
}
#pol_priv .title-page h3 {
  font-family: ElzaCondensed;
  font-size: 21px;
  max-width: 450px;
  color: var(--chocolate);
  text-align: left;
  margin-bottom: 110px;
    margin-left: 0;
    text-transform: initial;
}
#pol_priv .title-page p {
  border-left: 1px solid transparent;
  margin-top: 60px;
  color: #79422e;
  font-family: EvelethThin;
  font-size: 12px;
}
#pol_priv .content-tabs {
  margin-top: 40px;
  border-left: 1px solid transparent;
  padding: 0;
  box-sizing: border-box;
}

#pol_priv .column-card {
  background-color: var(--amarelo);
  border-radius: 10px;
  padding: 25px 0;
  margin-bottom: 30px;
}
#pol_priv .column-card>.d-flex{
  align-items: center;
}

#pol_priv .column-card h4 {
  color: var(--chocolate) !important;
  font-family: ElzaCondensed !important;
  font-size: 4rem;
  margin-top: 16px;
  padding: 0px 0px 0px 15px;
  
}

#pol_priv .column-card p {
  color: var(--chocolate);
  font-family: ElzaCondensed;
  font-size: 21px;
  padding: 0;
  margin: 0;
}
#pol_priv .column-card img {
  max-width: 50px;
  max-height: 50px;
  position: relative;
  left: -20px;
  transition: 0.2s linear;
  transition-timing-function: ease-in-out;
}
#pol_priv .column-card .icon-toggle {
  border-left: 1px solid var(--chocolate);
  max-height: 100px;
  position: relative;
  left: 15px;
}
#pol_priv .column-card .icon-toggle a[aria-expanded="true"] img {
  transform: rotate(-180deg);
}

#pol_priv .linkFile{
	color: var(--chocolate);
    display: block;
    padding: 13px;
    background-color: var(--amarelo);
    margin-bottom: 20px;
    border-radius: 50px;
    font-size: 14px;
    font-family: DecoyBlack;
    text-align: center;
    border: 1px solid transparent;
}
#pol_priv .linkFile:hover{
  background-color: var(--creme);
  border-color: var(--chocolate);
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #pol_priv .title-content {
    width: 100%;
    padding-left: 10px;
  }
  #pol_priv .text-content,
  #pol_priv .title-page p {
    width: 100%;
    text-align: left;
  }
  #pol_priv .title-page p {
    padding-left: 0;
  }
  #pol_priv .title-page h1,
  #pol_priv .title-page h3 {
    width: 80%;
  }

  #pol_priv .content-tabs {
    width: 100%;
  }
}

@media(max-width:480px){
	#pol_priv .title-page h1{
		margin: 0;
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	#pol_priv .title-page h3{
		width: 100%;
	}
}
@media(max-width:440px){
	#fadeBg{
	    height: 10vh;
	}
}

@media only screen and (max-width: 375px) {
  #pol_priv .title-content h1 {
    width: 90%;
  }

  #pol_priv .column-card h4.adjust {
    padding-left: 5px;
  }
  #pol_priv .column-card img {
    left: -15px;
  }
}
